Skip to content

Fix IsProjected nested object selection rewriting#9212

Merged
michaelstaib merged 4 commits intomainfrom
mst/issue-6329
Feb 27, 2026
Merged

Fix IsProjected nested object selection rewriting#9212
michaelstaib merged 4 commits intomainfrom
mst/issue-6329

Conversation

@michaelstaib
Copy link
Copy Markdown
Member

@michaelstaib michaelstaib commented Feb 25, 2026

Fixes #6329

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 25, 2026

Fusion Gateway Performance Results

Simple Composite Query

Req/s Err%
Constant 2 (50 VUs) 3319.73 0.00%
Ramping 2 (0-500-0 VUs) 3811.20 0.00%
Response Times
Min Med Avg P90 P95 Max
Constant 2 1.15ms 12.17ms 14.79ms 24.00ms 33.51ms 254.08ms
Ramping 2 1.06ms 52.61ms 57.56ms 100.49ms 145.17ms 366.12ms

Deep Recursion Query

Req/s Err%
Constant 2 (50 VUs) 762.14 0.00%
Ramping 2 (0-500-0 VUs) 923.26 0.00%
Response Times
Min Med Avg P90 P95 Max
Constant 2 9.90ms 56.27ms 63.24ms 80.79ms 99.47ms 878.61ms
Ramping 2 2.91ms 204.66ms 223.60ms 460.60ms 528.24ms 1137.45ms

Variable Batching Throughput

Req/s Err%
Constant 2 (50 VUs) 5421.35 0.00%
Ramping 2 (0-500-0 VUs) 5184.59 0.00%
Response Times
Min Med Avg P90 P95 Max
Constant 2 0.16ms 8.63ms 9.11ms 15.27ms 18.12ms 56.80ms
Ramping 2 0.20ms 39.74ms 44.30ms 82.56ms 107.67ms 222.95ms

Runner 2 = benchmarking-2

Run 22484439847 • Commit a211e32 • Fri, 27 Feb 2026 11:37:36 GMT

@michaelstaib michaelstaib added the 🔍 investigate Indicates that an issue or pull request needs more information. label Feb 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (eaca765) to head (fb2a792).
⚠️ Report is 23 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #9212   +/-   ##
============================
============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using [IsProjected(true)] on SubSet which also contains at least one [IsProjected(true)] should not fail

1 participant